home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / AmIRC_amsg_ame.lha / amsg.amirx < prev   
Text File  |  2002-11-01  |  317b  |  19 lines

  1. /*
  2.  ame.amirx    by zurt
  3.  
  4.         Sends a message to all channels you are connected to
  5.         Envía en mensaje a todos los canales que estás conectado
  6.         Ninbia un mensache ta toz os canals que yes coneutau
  7.  
  8. */
  9.  
  10.  
  11. PARSE ARG mensaje
  12.  
  13. OPTIONS RESULTS
  14.  
  15. 'ADDRESS AMIRC.1'
  16.  
  17. 'CHANNELS'
  18. 'SAY /MSG '||translate(result,","," ")||' '||mensaje
  19.